All Questions
2 questions
3votes
1answer
489views
Data access design pattern
I've several cases where a single entity has multiple tables in the underlying database. When reading or writing I want to handle all of the DB queries with a single class for that object, e.g., the ...
3votes
1answer
893views
CMS and Databases vs. DIY
I have been programming for many years now, primarily in PHP and the like and would consider myself an intermediate programmer. Some of my online projects have now gone global and very widely used, i ...